home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 264_01 / df.doc < prev    next >
Text File  |  1980-01-01  |  512b  |  19 lines

  1. DF
  2.  
  3. Purpose
  4. display bytes free on disk
  5.  
  6. Syntax
  7. df [d]
  8.  
  9. Comments
  10. Df displays the number of bytes free on the specified disk drive, or on
  11. the current drive if none is specified.
  12.  
  13. Df is a companion to ls, which, unlike the MS-DOS dir command, does not
  14. show the bytes free on the disk since often, on hard disks, determining
  15. the free bytes takes several extra seconds.  Likewise, listing the whole
  16. directory wastes time if you only want to know the free space; thus the
  17. separate commands. 
  18.  
  19.